body {
	font-family: 'HelveticaNeue-Roman', 'Arial', 'Microsoft YaHei', Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	overflow-x: hidden;
}

@-ms-viewport {
	width: auto !important;
}

@font-face {
	font-family: 'HelveticaNeue-Roman';
	font-weight: normal;
	font-style: normal;
	src: url('../css/fonts/HelveticaNeue-Roman.eot');
	src: local('Helvetica 55 Roman'), local('HelveticaNeue-Roman'), url('../css/fonts/HelveticaNeue-Roman.eot?#iefix') format('embedded-opentype'), url('../css/fonts/HelveticaNeue-Roman.woff2') format('woff2'), url('../css/fonts/HelveticaNeue-Roman.woff') format('woff'), url('../css/fonts/HelveticaNeue-Roman.ttf') format('truetype'), url('../css/fonts/HelveticaNeue-Roman.svg#HelveticaNeue-Roman') format('svg');
	font-display: swap;
}

@font-face {
	font-family: 'HelveticaNeue-Bold';
	font-weight: bold;
	font-style: normal;
	src: url('../css/fonts/HelveticaNeueBold.eot');
	src: local('HelveticaNeue Bold'), local('HelveticaNeueBold'), url('../css/fonts/HelveticaNeueBold.eot?#iefix') format('embedded-opentype'), url('../css/fonts/HelveticaNeueBold.woff2') format('woff2'), url('../css/fonts/HelveticaNeueBold.woff') format('woff'), url('../css/fonts/HelveticaNeueBold.ttf') format('truetype'), url('../css/fonts/HelveticaNeueBold.svg#HelveticaNeueBold') format('svg');
	font-display: swap;
}

@font-face {
	font-family: 'HelveticaNeue-Black';
	font-weight: 900;
	font-style: normal;
	src: url('../css/fonts/HelveticaNeue-Black.eot');
	src: local('Helvetica 95 Black'), local('HelveticaNeue-Black'), url('../css/fonts/HelveticaNeue-Black.eot?#iefix') format('embedded-opentype'), url('../css/fonts/HelveticaNeue-Black.woff2') format('woff2'), url('../css/fonts/HelveticaNeue-Black.woff') format('woff'), url('../css/fonts/HelveticaNeue-Black.ttf') format('truetype'), url('../css/fonts/HelveticaNeue-Black.svg#HelveticaNeue-Black') format('svg');
	font-display: swap;
}

*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
	outline: none !important;
}

li,
ol,
ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover,
a:link,
a:visited {
	text-decoration: none;
	color: inherit;
}

input[type=number] {
	-moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

ul,
li,
p {
	margin: 0;
	padding: 0;
}

button,
input,
textarea {
	resize: none;
	border: none;
	outline: none;
}

button:focus,
input:focus,
textarea:focus {
	border: none;
	outline: none;
}

a[data-fancybox] {
	outline: none;
}

a[data-fancybox] img {
	outline: none !important;
}

img {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

img[data-lazy] {
	background: url(../js/slick/ajax-loader.gif) no-repeat center;
}

img.lazy {
	min-width: 1px;
	min-height: 1px;
	background: url(../js/slick/ajax-loader.gif) no-repeat center;
}

.slick-slide {
	outline: none;
}

.slick-slide a {
	outline: none !important;
}

.BMapLabel {
	max-width: none;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}

.container {
	margin: 0 auto;
}

@media (min-width: 1470px) {
	.container {
		width: 1440px;
	}
}

@media (min-width: 1200px) {
	.wow {
		visibility: hidden;
	}
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '';
}

.aa {
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	transform: translate3d(0px, 0px, 0px) !important;
}

.txt-over1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ff {
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/*img*/

.img-box {
	position: relative;
	display: block;
	overflow: hidden;
	height: 0;
	padding-bottom: 100%;
}

.img-box img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.img-box img[src=''],
.img-box img:not([src]) {
	opacity: 0;
	border: 0;
}


/*pages*/

.page {
	text-align: center;
}

.page li {
	display: inline-block;
	vertical-align: top;
}

.page li a {
	font-size: 14px;
	line-height: 35px;
	display: block;
	overflow: hidden;
	width: 35px;
	height: 35px;
	margin: 0 3px;
	padding: 0 5px;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
	text-align: center;
	color: #848484;
	border: solid 1px #d5d5d5;
	border-radius: 50%;
}

.page li:hover a {
	color: #fff;
	border: solid 1px #589f97;
	background-image: linear-gradient(to bottom, #589f97, #6bab91);
}

.page li.active a {
	color: #fff;
	border: solid 1px #589f97;
	background-image: linear-gradient(to bottom, #589f97, #6bab91);
}

.page li.prev a:before {
	font-family: 'iconfont';
	font-size: 18px;
	content: '\e727';
	text-align: center;
}

.page li.next a:before {
	font-family: 'iconfont';
	font-size: 18px;
	content: '\e728';
	text-align: center;
}


/*table*/

.table-box {
	overflow: auto;
	width: 100%;
	max-width: 100%;
}

.table-box table {
	line-height: 1.2;
	width: 100%;
	max-width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

.table-box table tr,
.table-box table td,
.table-box table th {
	width: auto !important;
	height: auto !important;
	color: #02152d;
	background-color: #f2f3f4;
}

.table-box table td,
.table-box table th {
	font-size: 15px;
	font-weight: normal;
	padding: 10px !important;
	vertical-align: middle;
	border: 1px solid #eee !important;
}

@media (max-width: 767px) {
	.table-box table td,
	.table-box table th {
		font-size: 14px;
	}
}

.table-box table tr p,
.table-box table tr span {
	line-height: 1.2 !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
}

.table-box table th {
	text-align: center;
}

.table-box .table-nav {
	overflow: hidden;
}

.table-box .table-content {
	overflow-x: auto;
	overflow-y: auto;
	max-height: 300px;
	max-height: 42vh;
}

.zoomDiv {
	z-index: 999;
	display: none;
	overflow: hidden;
	text-align: center;
	border: 1px solid #ccc;
	background: #fff;
}

@media (max-width: 1199px) {
	.zoomDiv {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.zoomDiv {
		position: absolute;
	}
}

.zoomMask {
	position: absolute;
	z-index: 20;
	cursor: move;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAMAAABFaP0WAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAGUExURf///////1V89WwAAAACdFJOU/8A5bcwSgAAABBJREFUeNpiYGBkYGQECDAAAA0ABMZIs2EAAAAASUVORK5CYII=) repeat;
}

@media (max-width: 1199px) {
	.zoomMask {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.zoomMask {
		display: none;
	}
}


/*nav*/

.header {
	position: fixed;
	z-index: 10;
	top: 0;
	width: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.header .top {
	position: relative;
	overflow: hidden;
	height: 40px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.header .top:after {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 60%;
	height: 1px;
	content: '';
	background-color: #ddd;
}

@media (max-width: 1469px) {
	.header .top:after {
		width: 70%;
	}
}

.header .top .msg {
	float: right;
}

.header .top .msg p {
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	display: inline-block;
	color: #666;
}

.header .top .msg p a {
	color: #055395;
}

.header .top .msg p a:hover {
	text-decoration: underline !important;
}

.header .top .msg .mail {
	margin-right: 50px;
}

@media (max-width: 1469px) {
	.header .top .msg .mail {
		margin-right: 20px;
	}
}

.header .top .msg .mail:before {
	font-family: 'iconfont';
	font-size: 28px;
	line-height: 40px;
	display: inline-block;
	margin-right: 5px;
	content: '\e639';
	vertical-align: bottom;
}

.header .top .msg .tel:before {
	font-family: 'iconfont';
	font-size: 16px;
	line-height: 40px;
	display: inline-block;
	margin-right: 5px;
	content: '\e64b';
	vertical-align: bottom;
}

.header .top .top_share {
	line-height: 40px;
	float: right;
	margin-left: 190px;
}

@media (max-width: 1469px) {
	.header .top .top_share {
		margin-left: 50px;
	}
}

.header .top .top_share ul {
	margin: 0 -6px;
}

.header .top .top_share ul li {
	display: inline-block;
	padding: 0 6px;
	vertical-align: middle;
}

.header .top .top_share ul li:hover a {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
	text-decoration: none !important;
}

.header .top .top_share ul li:hover a:before {
	color: #333;
}

.header .top .top_share ul li a {
	display: block;
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #666;
}

.header .top .top_share ul li a:before {
	font-family: 'iconfont';
	font-size: 18px;
	line-height: 20px;
	display: block;
	width: 20px;
	height: 20px;
	content: '\e7ff';
	text-align: center;
	border-radius: 4px;
}

.header .top .top_share ul .twitter a:before {
	content: '\e652';
}

.header .top .top_share ul .google a:before {
	content: '\e645';
}

.header .top .top_share ul .instagram a:before {
	content: '\e6b6';
}

.header .top .top_share ul .youtube a:before {
	content: '\e711';
}

.header .top-nav {
	clear: both;
}

.header .logo {
	position: absolute;
	top: -36px;
	left: 15px;
	float: left;
	height: 118px;
	-webkit-transition: all .4s;
	transition: all .4s;
	background-color: #fff;
}

.header .logo a {
	display: block;
	height: 100%;
}

.header .logo a img {
	display: inline-block;
	height: 100%;
}

.header .nav-collapse {
	position: absolute;
	z-index: 10;
	top: 15px;
	right: 20px;
	display: none;
	float: right;
	width: 20px;
	height: 40px;
	padding: 0;
	cursor: pointer;
	background: none;
}

@media (max-width: 1199px) {
	.header .nav-collapse {
		display: block;
	}
}

.header .nav-collapse .btn-line {
	position: absolute;
	left: 50%;
	width: 20px;
	height: 2px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #666;
}

.header .navv_box {
	background-color: #fff;
}

@media (max-width: 1199px) {
	.header .navv_box {
		position: absolute;
		bottom: 70px;
		left: 0;
	}
}

@media (max-width: 360px) {
	.header .navv_box {
		bottom: 30px;
	}
}

.header .navv_box>.container {
	position: relative;
}

@media (max-width: 1199px) {
	.header .navv_box {
		background-color: transparent;
	}
}

.header .navv_box .tab_m {
	display: block;
	float: right;
}

@media (max-width: 1199px) {
	.header .navv_box .tab_m {
		float: none;
		width: 100%;
	}
}

.header .navv_box .tab_m a {
	font-weight: bold;
	font-size: 20px;
	line-height: 90px;
	position: relative;
	display: inline-block;
	margin: 0 20px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-transform: uppercase;
	color: #333;
}

.header .navv_box .tab_m a:before {
	position: absolute;
	top: 60%;
	right: 0;
	left: 0;
	display: block;
	width: 0;
	height: 2px;
	margin: auto;
	content: '';
	-webkit-transition: all .35s;
	transition: all .35s;
	background-color: #818181;
}

@media (max-width: 1199px) {
	.header .navv_box .tab_m a:before {
		display: none;
	}
}

@media (max-width: 1469px) {
	.header .navv_box .tab_m a {
		font-size: 18px;
		margin: 0 10px;
	}
}

@media (max-width: 1199px) {
	.header .navv_box .tab_m a {
		font-size: 16px;
		line-height: 26px;
		float: left;
		margin: 0;
		color: #fff;
	}
	.header .navv_box .tab_m a:after {
		display: inline-block;
		margin: 0 15px;
		content: '/';
	}
	.header .navv_box .tab_m a:last-child:after {
		display: none;
	}
}

.header .navv_box .tab_m a:hover:before {
	width: 100%;
}

.header .nav-collapse {
	position: absolute;
	z-index: 10;
	top: 15px;
	right: 20px;
	display: none;
	float: right;
	width: 20px;
	height: 40px;
	padding: 0;
	cursor: pointer;
	background: none;
}

@media (max-width: 1199px) {
	.header .nav-collapse {
		display: block;
	}
	.header .nav-collapse.nav-collapse-1 {
		position: absolute;
		z-index: 9999;
		top: 10px;
		right: 20px;
		display: block;
		margin-top: 8px;
		border: none;
	}
	.header .nav-collapse.nav-collapse-1 .btn-line {
		background-color: #fff !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header .nav-collapse.nav-collapse-xs:hover .btn-line {
		background-color: #000;
	}
}

.header .nav-collapse .btn-line {
	position: absolute;
	left: 50%;
	width: 20px;
	height: 2px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #666;
}

.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
	position: absolute;
	display: block;
	width: 20px;
	height: 2px;
	content: '';
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	background-color: #666;
}

.header .nav-collapse .btn-line:nth-child(1) {
	top: 35%;
}

.header .nav-collapse .btn-line:nth-child(2) {
	top: 50%;
}

.header .nav-collapse .btn-line:nth-child(3) {
	top: 65%;
}

.header .nav-collapse.active {
	border-color: transparent;
}

.header .nav-collapse.active .btn-line {
	background-color: #fff;
}

.header .nav-collapse.active .btn-line:nth-child(2) {
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
	opacity: 0;
}

.header .nav-collapse.active .btn-line:nth-child(1) {
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) rotateZ(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotateZ(45deg);
}

.header .nav-collapse.active .btn-line:nth-child(3) {
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) rotateZ(-45deg);
	-ms-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotateZ(-45deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header .nav-collapse.nav-collapse-xs:hover .btn-line {
		background-color: #000;
	}
}

@media (max-width: 1199px) {
	.header .nav {
		position: fixed;
		z-index: 9998;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 100%;
		padding: 0 26px;
		-webkit-transition: left .3s;
		transition: left .3s;
		text-align: left;
		text-align: center;
		background: #fafafa;
		background-color: #000;
	}
	.header .nav .tbl {
		display: table;
		width: 100%;
		height: 100%;
	}
	.header .nav .tbl-cell {
		display: block;
		height: 100%;
		margin-top: 50px;
	}
}

@media (max-width: 767px) {
	.header .nav {
		width: 100%;
		padding: 30px;
	}
}

.header .nav.left-100 {
	left: -100%;
}

.header .nav.left-200 {
	left: -200%;
}

@media (min-width: 1200px) {
	.header .nav {
		display: block;
		/*background-color: #055395;*/
		background-image: linear-gradient(to bottom, #589f97, #6bab91);
	}
	.header .nav .nav-list1 {
		position: relative;
	}
	.header .nav .nav-list1>li {
		float: left;
	}
	.header .nav .nav-list1>li>a {
		font-family: 'HelveticaNeue-Black';
		font-size: 18px;
		line-height: 60px;
		position: relative;
		display: block;
		overflow: hidden;
		padding: 0 28px;
		-webkit-transition: all .4s;
		transition: all .4s;
		color: #fff;
	}
	.header .nav .nav-list1>li:first-child a {
		padding: 0 28px 0 0;
	}
	.header .nav .nav-list1 .nav-list2 {
		position: absolute;
		z-index: 50;
		top: 60px;
		display: none;
		min-width: 230px;
		padding: 20px 0;
		text-align: center;
		text-align: left;
		background-color: rgba(5, 83, 149, .8);
	}
	.header .nav .nav-list1 .nav-list2>li {
		display: block;
		float: none;
		list-style: none;
	}
	.header .nav .nav-list1 .nav-list2>li>a {
		font-size: 16px;
		font-weight: normal;
		line-height: 28px;
		position: relative;
		z-index: 1;
		display: block;
		padding: 4px 20px;
		-webkit-transition: -webkit-transform .6s ease;
		transition: -webkit-transform .6s ease;
		transition: transform .6s ease;
		transition: transform .6s ease, -webkit-transform .6s ease;
		text-decoration: none !important;
		color: #fff;
	}
	.header .nav .nav-list1 .nav-list2>li>a:hover {
		-webkit-transform: translateX(6px);
		-ms-transform: translateX(6px);
		transform: translateX(6px);
	}
	.header .nav .nav-list1 .nav-list3 li>a {
		font-size: 18px;
		font-weight: normal;
		line-height: 30px;
		padding: 4px 30px;
	}
	.header .nav .nav-list1 .nav-list3 li>a:hover {
		text-decoration: underline !important;
		color: #fff;
		background: none;
	}
}

@media (max-width: 1469px) {
	.header .nav .nav-list1>li>a {
		font-size: 16px;
		padding: 0 10px;
	}
	.header .nav .nav-list1>li:first-child a {
		padding: 0 10px 0 0;
	}
}

@media (max-width: 1199px) {
	.header .nav .nav-list1 {
		margin: 20px 0;
		opacity: 0;
	}
	.header .nav .nav-list1>li {
		-webkit-transform: translateX(-25px);
		-ms-transform: translateX(-25px);
		transform: translateX(-25px);
		opacity: 0;
	}
	.header .nav .nav-list1>li>a {
		font-size: 20px;
		color: #fff;
	}
}

@media (max-width: 1199px) {
	.header .nav .nav-list2,
	.header .nav .nav-list3 {
		display: none !important;
	}
	.header .nav .nav-list2 a,
	.header .nav .nav-list3 a {
		font-size: 16px;
		line-height: 2;
		margin-top: 5px;
		color: #fff;
	}
}

.header .nav .nav-list2 a,
.header .nav .nav-list3 a {
	display: block;
}

@media (max-height: 580px) {
	.header .nav .nav-list2 a,
	.header .nav .nav-list3 a {
		margin-top: 0;
	}
}

.header .nav-2,
.header .nav-3 {
	display: none;
}

@media (max-width: 1199px) {
	.header .nav-2,
	.header .nav-3 {
		position: absolute;
		z-index: 9999;
		top: 0;
		display: block;
		overflow: hidden;
		width: 100%;
		height: 100%;
		padding: 20px;
		-webkit-transition: left .3s;
		transition: left .3s;
		text-align: left;
		text-align: center;
		color: #fff;
		background: #fafafa;
		background-color: #000;
	}
}

.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before {
	font-family: 'iconfont';
	font-size: 26px;
	content: '\e727';
}

.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title {
	font-size: 24px;
	margin: 0;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.header .nav-2 .nav-top .nav-title,
	.header .nav-3 .nav-top .nav-title {
		font-size: 20px;
		width: 100%;
	}
}

.header .nav-2 .nav-top .nav-title a,
.header .nav-3 .nav-top .nav-title a {
	color: #fff;
}

.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line {
	background-color: #fff;
}

.header .nav-2 .content,
.header .nav-3 .content {
	overflow: auto;
	height: 80%;
	margin-top: 12%;
}

@media (max-width: 767px) {
	.header .nav-2 .content ul,
	.header .nav-3 .content ul {
		padding: 0 15px;
	}
}

.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
	font-size: 18px;
	line-height: 50px;
	margin: 25px 0;
	text-align: left;
}

@media (max-width: 767px) {
	.header .nav-2 .content ul li,
	.header .nav-3 .content ul li {
		margin: 0;
	}
}

.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more {
	position: relative;
}

.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after {
	font-family: 'iconfont' !important;
	font-size: 16px;
	position: absolute;
	top: 50%;
	right: 0;
	content: '\e72f';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}

.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a {
	display: block;
}

@media (max-width: 1199px) {
	.header .nav-2 .content ul li a,
	.header .nav-3 .content ul li a {
		color: #fff;
	}
}

.header .nav-2 {
	left: 100%;
}

.header .nav-3 {
	left: 200%;
}

.header .nav-3 .content ul li {
	font-size: 18px;
}

.header .fade-out ul {
	text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.header .fade-out ul {
		padding: 0 5%;
	}
}

@media (max-width: 1199px) {
	.header .fade-out ul .pic {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.header .fade-out ul.nav-list1 {
		opacity: 1;
	}
	.header .fade-out ul.nav-list1 a {
		color: #fff;
	}
	.header .fade-out ul.nav-list1>li {
		position: relative;
		margin: 20px 0;
	}
	.header .fade-out ul.nav-list1>li.act {
		-webkit-transition: all .4s;
		transition: all .4s;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	.header .fade-out ul.nav-list1>li.more:after {
		font-family: 'iconfont';
		font-size: 18px;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -14px;
		content: '\e728';
		color: #fff;
	}
	.header .fade-out ul.nav-list1>li>a {
		font-size: 18px;
		line-height: 2.5 !important;
		display: block;
		padding: 0 !important;
		text-transform: uppercase;
	}
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 20px;
	}
}

@media (max-width: 1199px) and (max-width: 767px) {
	.header .fade-out ul.nav-list1>li {
		margin: 0;
	}
}

@media (max-width: 1199px) and (max-height: 768px) {
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 18px;
	}
}

@media (max-width: 1199px) and (max-width: 480px) {
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 14px;
	}
}

.header .fade-out ul.nav2-list2 h4 {
	font-size: 20px;
	line-height: 50px;
}

.header .find_m {
	display: none;
}

@media (max-width: 1199px) {
	.header .find_m {
		display: block;
	}
}

.header .logo_m {
	position: absolute;
	top: 10px;
	left: 15px;
	display: none;
	float: left;
	height: 50px;
	-webkit-transition: all .4s;
	transition: all .4s;
	background-color: #fff;
}

@media (max-width: 1199px) {
	.header .logo_m {
		display: block;
	}
}

@media (max-width: 575px) {
	.header .logo_m {
		height: 40px;
		top: 16px;
	}
}

.header .logo_m a {
	display: block;
	height: 100%;
}

.header .logo_m a img {
	display: inline-block;
	height: 100%;
}

.header .language {
	float: right;
	margin: 20px 0 0 20px;
	cursor: pointer;
}

.header .language a {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	border-radius: 50%;
	background-image: linear-gradient(to bottom, #589f97, #6bab91);
}

.header .xs_language {
	display: none;
	float: right;
	margin: 15px 60px 0 0;
}

.header .xs_language a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	border-radius: 50%;
	background-image: linear-gradient(to bottom, #589f97, #6bab91);
}


.header .find {
	float: right;
	width: 50px;
	height: 50px;
	margin: 20px 0 0 20px;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	border-radius: 50%;
	background-image: linear-gradient(to bottom, #589f97, #6bab91);
}

@media (max-width: 1469px) {
	.header .logo {
		top: -25px;
		height: 90px;
	}
	.header .find {
		margin: 20px 0 0 20px;
	}
}

@media (max-width: 1199px) {
	.header .xs_language {
		display: block;
	}
	.header .find {
		width: 40px;
		height: 40px;
		margin: 15px 20px 0 0;
	}
}

@media (max-width: 350px) {
	.header .find {
		margin: 15px 10px 0 0;
	}
}

.header .find:before {
	font-family: 'iconfont';
	font-size: 25px;
	line-height: 50px;
	content: '\e671';
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #fff;
}

@media (max-width: 1199px) {
	.header .find:before {
		font-size: 22px;
		line-height: 40px;
	}
}

.header .find:hover {
	opacity: .85;
}

.header .search-box {
	position: fixed;
	z-index: 888;
	top: 100%;
	left: 0;
	display: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin-top: 20px;
	margin-top: 0;
	margin-right: 10px;
	padding: 0 3%;
	background-color: rgba(5, 83, 149, .9);
}

.header .search-box .search {
	line-height: 40px;
	overflow: hidden;
	zoom: 1;
	width: 240px;
	border: 1px solid #dbdbdb;
	border-radius: 40px;
}

.header .search-box .search:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '';
}

.header .search-box .search .input-text {
	float: left;
	height: 38px;
	padding-left: 10%;
	background: none;
}

.header .search-box .search .input-text .header .search-box .input-text {
	width: 100%;
	padding: 0 50px 0 3%;
}

.header .search-box .search .input-submit {
	line-height: 36px;
	float: right;
	width: 50px;
	-webkit-animation: fadeInLeft 1s 0s ease both;
	animation: fadeInLeft 1s 0s ease both;
	background: none;
}

@media (min-width: 768px) {
	.header .search-box .search .input-submit {
		position: absolute;
		right: 0;
		bottom: 20px;
	}
}

.header .search-box .search .input-submit:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	content: '\e671';
	color: #fff;
}

.header .search-lg {
	top: 0;
}

.header .search-lg .search {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	width: 100%;
	max-width: 90%;
	margin: auto;
	padding: 0 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, .8);
	border-radius: 0;
}

.header .search-lg .search p {
	margin-bottom: 50px;
	-webkit-animation: zoomIn 1s 0s ease both;
	animation: zoomIn 1s 0s ease both;
	text-align: center;
	letter-spacing: 2px;
	color: #fff;
}

.header .search-lg .search .input-text {
	font-size: 20px;
	line-height: 30px;
	width: 80%;
	height: 60px;
	padding: 0;
	padding-bottom: 30px;
	-webkit-animation: zoomIn 1s 0s ease both;
	animation: zoomIn 1s 0s ease both;
	text-align: center;
	color: #fff;
}

.header .search-lg .close-btn {
	position: fixed;
	top: 34px;
	right: 18%;
	cursor: pointer;
}

.header .search-lg .close-btn:before {
	font-size: 20px;
	content: '\2716';
	color: #fff;
}

@media (max-width: 1440px) {
	.header .search-lg .close-btn {
		right: 8%;
	}
}

@media (max-width: 1199px) {
	.header .right {
		display: inline-block;
		float: right;
		margin-right: 0;
	}
}

.header .back-btn {
	position: absolute;
	top: 18px;
	left: 15px;
}

.header.fixed-header {
	top: -40px;
}

.header.fixed-header .logo {
	top: 5px;
	height: 80px;
}

@media (max-width: 1199px) {
	.header {
		height: 70px;
	}
	.header.fixed-header {
		top: 0;
	}
	.header .top,
	.header .navv_box .logo,
	.header .navv_box .find {
		display: none;
	}
}


/*footer*/

.footer {
	font-size: 0;
	background-color: #222935;
}

@media (max-width: 991px) {
	.footer {
		margin-bottom: 50px;
	}
}

.footer .foot {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding: 65px 0;
}

@media (max-width: 1199px) {
	.footer .foot {
		padding: 40px 0;
	}
}

@media (max-width: 991px) {
	.footer .foot {
		padding: 20px 0;
	}
}

.footer .foot .container>ul {
	padding: 0;
	text-align: justify;
	text-justify: distribute-all-lines;
}

@media (max-width: 1199px) {
	.footer .foot .container>ul {
		display: block;
		overflow: hidden;
		margin: 0 -15px;
		padding: 0;
		text-align: justify;
		text-justify: distribute-all-lines;
	}
}

.footer .foot .container>ul:after {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 0;
	margin: 0;
	content: '';
}

@media (max-width: 1199px) {
	.footer .foot .container>ul:after {
		display: none;
	}
}

@media (max-width: 1469px) {
	.footer .foot .container>ul {
		margin: 0 -20px;
	}
}

@media (max-width: 1199px) {
	.footer .foot .container>ul {
		display: block;
		overflow: hidden;
		margin: 0 -15px;
	}
}

.footer .foot .container>ul>li {
	display: inline-block;
	vertical-align: top;
	word-break: break-all;
}

@media (max-width: 1469px) {
	.footer .foot .container>ul>li:first-child {
		width: 30% !important;
	}
	.footer .foot .container>ul>li:nth-child(2) {
		width: 20% !important;
	}
	.footer .foot .container>ul>li {
		width: 25% !important;
		padding: 0 15px;
	}
}

@media (max-width: 1199px) {
	.footer .foot .container>ul>li:first-child {
		width: 50% !important;
	}
	.footer .foot .container>ul>li:nth-child(2) {
		width: 50% !important;
	}
	.footer .foot .container>ul>li {
		display: inline-block;
		width: 50% !important;
		padding: 0 15px 20px 15px;
		vertical-align: top;
	}
}

@media (max-width: 991px) {
	.footer .foot .container>ul>li:first-child {
		width: 100% !important;
	}
	.footer .foot .container>ul>li:nth-child(2) {
		width: 100% !important;
	}
	.footer .foot .container>ul>li {
		width: 100% !important;
		padding: 0 15px;
	}
}

.footer .foot .container>ul>li h3 {
	font-family: 'HelveticaNeue-Black';
	font-size: 24px;
	font-weight: normal;
	line-height: 1.25;
	margin: 0;
	color: #fff;
}

@media (max-width: 991px) {
	.footer .foot .container>ul>li h3 {
		font-size: 18px;
	}
}

.footer .foot .container>ul>li h3:after {
	display: block;
	width: 55px;
	height: 4px;
	margin-top: 10px;
	content: '';
	border-radius: 10px;
	/*background-image: -webkit-gradient(linear, right top, left top, from(#2e36a4), to(#1088d1)), -webkit-gradient(linear, left top, left bottom, from(#2963a6), to(#2963a6));
	background-image: -webkit-linear-gradient(right, #2e36a4 0%, #1088d1 100%), -webkit-linear-gradient(#2963a6, #2963a6);
	background-image: linear-gradient(-90deg, #2e36a4 0%, #1088d1 100%), linear-gradient(#2963a6, #2963a6);
	background-blend-mode: normal, normal;*/
	background-image: linear-gradient(to bottom, #589f97, #6bab91);
}

@media (max-width: 991px) {
	.footer .foot .container>ul>li h3 {
		margin: 5px 0;
	}
	.footer .foot .container>ul>li h3:after {
		font-family: 'iconfont' !important;
		font-size: 14px;
		line-height: 24px;
		float: right;
		width: auto;
		height: auto;
		margin-top: 0;
		content: '\e628';
		background: none;
	}
}

.footer .foot .container>ul>li .info-down {
	margin-top: 30px;
}

@media (max-width: 991px) {
	.footer .foot .container>ul>li .info-down {
		display: none;
		margin-top: 20px;
		padding-bottom: 15px;
	}
}

.footer .foot .container>ul>li.current .title-foot h3:after {
	content: '\e624';
}

.footer .foot .container>ul>li:first-child {
	width: 400px;
}

.footer .foot .container>ul>li:last-child {
	width: 330px;
}

.footer .foot .container>ul>li:last-child .info-down {
	padding: 0;
	border: none;
	background-color: transparent;
}

.footer .foot .item-1 {
	text-align: left;
}

.footer .foot .item-1 .msg a {
	font-size: 18px;
	line-height: 1.22222222;
	position: relative;
	left: -10px;
	display: block;
	margin-bottom: 20px;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #bbbcc6;
}

@media (max-width: 991px) {
	.footer .foot .item-1 .msg a {
		margin-bottom: 15px;
	}
}

.footer .foot .item-1 .msg a:before {
	font-family: 'iconfont' !important;
	font-size: 30px;
	font-style: normal;
	line-height: 22px;
	display: inline-block;
	content: '\e61d';
	vertical-align: sub;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.footer .foot .item-1 .msg a:hover {
	text-decoration: underline !important;
	color: #fff;
}

.footer .foot .item-1 .share {
	margin-top: 70px;
}

@media (max-width: 1469px) {
	.footer .foot .item-1 .share {
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.footer .foot .item-1 .share {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

.footer .foot .item-1 .share ul {
	margin: 0 -10px;
}

.footer .foot .item-1 .share ul li {
	display: inline-block;
	padding: 0 10px;
	vertical-align: middle;
}

.footer .foot .item-1 .share ul li:hover a {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
	text-decoration: none !important;
}

.footer .foot .item-1 .share ul li a {
	display: block;
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #fff;
}

.footer .foot .item-1 .share ul li a:before {
	font-family: 'iconfont';
	font-size: 18px;
	line-height: 20px;
	display: block;
	width: 20px;
	height: 20px;
	content: '\e7ff';
	text-align: center;
	border-radius: 4px;
}

.footer .foot .item-1 .share ul .twitter a:before {
	content: '\e652';
}

.footer .foot .item-1 .share ul .google a:before {
	content: '\e645';
}

.footer .foot .item-1 .share ul .instagram a:before {
	content: '\e6b6';
}

.footer .foot .item-1 .share ul .youtube a:before {
	content: '\e711';
}

.footer .foot .item-2 .text p {
	font-size: 18px;
	line-height: 1.22222222;
	position: relative;
	display: block;
	word-break: break-word;
	margin-bottom: 20px;
	padding-left: 110px;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #bbbcc6;
}

@media (max-width: 991px) {
	.footer .foot .item-2 .text p {
		margin-bottom: 15px;
	}
}

.footer .foot .item-2 .text p:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '\e616';
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.footer .foot .item-2 .text p span {
	position: absolute;
	top: 0;
	left: 30px;
	display: block;
	width: 75px;
	color: #bbbcc6;
}

.footer .foot .item-2 .text p a {
	display: inline-block;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #bbbcc6;
}

.footer .foot .item-2 .text p a:hover {
	text-decoration: underline !important;
	color: #fff;
}

.footer .foot .item-2 .text .email:before {
	font-size: 22px;
	content: '\e632';
}

.footer .foot .item-2 .text .tel {
	left: 2px;
}

.footer .foot .item-2 .text .tel:before {
	font-size: 18px;
	content: '\e608';
}

.footer .foot .item-2 .text .fax {
	left: 2px;
}

.footer .foot .item-2 .text .fax:before {
	content: '\e63a';
}

.footer .foot .item-3 .ipt_form p {
	font-size: 18px;
	line-height: 1.22222222;
	color: #bbbcc6;
}

.footer .foot .item-3 .ipt_form ul {
	overflow: hidden;
	margin-top: 25px;
}

.footer .foot .item-3 .ipt_form input,
.footer .foot .item-3 .ipt_form textarea {
	font-size: 16px;
	line-height: 70px;
	width: 100%;
	height: 70px;
	padding: 0 20px;
	color: #aaa;
	color: #a9a9a9;
	border: none;
	border-radius: 5px;
	background-color: #fff;
}

@media (max-width: 991px) {
	.footer .foot .item-3 .ipt_form input,
	.footer .foot .item-3 .ipt_form textarea {
		line-height: 50px;
		height: 50px;
	}
}

.footer .foot .item-3 .ipt_form textarea {
	line-height: 28px;
	min-height: 135px;
	padding: 10px 20px;
}

.footer .foot .item-3 .ipt_form input::-webkit-input-placeholder,
.footer .foot .item-3 .ipt_form textarea::-webkit-input-placeholder {
	color: #888;
}

.footer .foot .item-3 .ipt_form input:-o-placeholder,
.footer .foot .item-3 .ipt_form textarea:-o-placeholder {
	color: #888;
}

.footer .foot .item-3 .ipt_form input::-moz-placeholder,
.footer .foot .item-3 .ipt_form textarea::-moz-placeholder {
	color: #888;
}

.footer .foot .item-3 .ipt_form input:-ms-input-placeholder,
.footer .foot .item-3 .ipt_form textarea:-ms-input-placeholder {
	color: #888;
}

.footer .foot .item-3 .ipt_form input:focus::-webkit-input-placeholder,
.footer .foot .item-3 .ipt_form textarea:focus::-webkit-input-placeholder {
	color: #666;
}

.footer .foot .item-3 .ipt_form input:focus::-o-placeholder,
.footer .foot .item-3 .ipt_form textarea:focus::-o-placeholder {
	color: #666;
}

.footer .foot .item-3 .ipt_form input:focus::-moz-placeholder,
.footer .foot .item-3 .ipt_form textarea:focus::-moz-placeholder {
	color: #666;
}

.footer .foot .item-3 .ipt_form input:focus::-ms-input-placeholder,
.footer .foot .item-3 .ipt_form textarea:focus::-ms-input-placeholder {
	color: #666;
}

.footer .foot .item-3 .ipt_form .submit {
	font-family: 'HelveticaNeue-Bold';
	font-size: 16px;
	line-height: 3.125;
	width: 175px;
	margin-top: 30px;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-align: center;
	color: #fff;
	border-radius: 6px;
	/*background-image: -webkit-gradient(linear, right top, left top, from(#055395), to(#027cc5)), -webkit-gradient(linear, left top, left bottom, from(#2963a6), to(#2963a6));
	background-image: -webkit-linear-gradient(right, #055395 0%, #027cc5 100%), -webkit-linear-gradient(#2963a6, #2963a6);
	background-image: linear-gradient(-90deg, #055395 0%, #027cc5 100%), linear-gradient(#2963a6, #2963a6);
	background-blend-mode: normal, normal;*/
	background-image: linear-gradient(to bottom, #589f97, #6bab91);
}

.footer .foot .item-3 .ipt_form .submit:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	font-style: normal;
	line-height: 46px;
	display: inline-block;
	margin-right: 10px;
	content: '\e663';
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
	.footer .foot .item-3 .ipt_form .submit {
		line-height: 2.85714286;
		margin-top: 20px;
	}
}

.footer .foot .item-3 .ipt_form .submit:hover {
	opacity: .85;
}

.footer .copyright {
	position: relative;
	padding: 12px 0;
	background-color: #303743;
}

@media (max-width: 991px) {
	.footer .copyright {
		padding: 10px 0;
	}
}

.footer .copyright p {
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	color: #a7a8b4;
}

@media (max-width: 991px) {
	.footer .copyright p {
		font-size: 15px;
		line-height: 22px;
	}
}

.footer .copyright p a {
	font-size: 18px;
	margin-left: 20px;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #a7a8b4;
}

@media (max-width: 991px) {
	.footer .copyright p a {
		font-size: 15px;
		display: block;
		margin-left: 0;
	}
}

.footer .copyright p a:hover {
	text-decoration: underline !important;
	color: #fff;
}


/*online*/


/*online*/

.online-wrap .btn {
	line-height: 36px;
	position: fixed;
	z-index: 9;
	right: 0;
	bottom: 50px;
	width: 40px;
	height: 40px;
	padding: 0;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	text-align: center;
	border-radius: 0;
	background-color: rgba(0, 0, 0, .5);
}

@media (min-width: 992px) {
	.online-wrap .btn {
		display: none;
	}
}

.online-wrap .btn:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	display: inline-block;
	content: '\e628';
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	color: #fff;
}

.online-wrap .btn.active:before {
	-webkit-transform: rotateZ(225deg);
	-ms-transform: rotate(225deg);
	transform: rotateZ(225deg);
}

.online-wrap .online {
	position: fixed;
	z-index: 8;
	right: 0;
	bottom: 23%;
	-webkit-transition: right .3s;
	transition: right .3s;
}

@media (max-width: 991px) {
	.online-wrap .online {
		right: -60px;
		bottom: 100px;
	}
}

.online-wrap .online a {
	line-height: 50px;
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	margin-bottom: 2px;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	border-radius: 4px 0 0 4px;
	background-color: rgba(0, 0, 0, .7);
}

@media (max-width: 767px) {
	.online-wrap .online a {
		line-height: 40px;
		width: 40px;
		height: 40px;
	}
}

.online-wrap .online a:hover {
	border-radius: 0;
	/*background-color: #055395;*/
	background-image: linear-gradient(to bottom, #589f97, #6bab91);
}

.online-wrap .online a:hover:before {
	color: #fff;
}

.online-wrap .online a:before {
	font-family: 'iconfont' !important;
	font-size: 24px;
	color: #fff;
}

@media (max-width: 767px) {
	.online-wrap .online a:before {
		font-size: 20px;
	}
}

.online-wrap .online .icon-tel:before {
	content: '\e622';
}

.online-wrap .online .icon-email:before {
	content: '\e679';
	font-size: 22px;
}

@media (max-width: 767px) {
	.online-wrap .online .icon-email:before {
		font-size: 16px;
	}
}

.online-wrap .online .icon-arrow-top:before {
	content: '\e729';
}

.online-wrap .online .icon-wechat:hover .mask {
	display: block;
}

.online-wrap .online .icon-wechat .mask {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 100%;
	display: none;
	width: 120px;
	height: 120px;
	padding-left: 5px;
}

.online-wrap .online .icon-wechat .mask img {
	display: block;
	width: 100%;
}

.online-wrap .online .icon-wechat .mask .mask-box {
	border: 1px solid #e5e5e5;
	background-color: #fff;
}

.online-wrap .online .icon-wechat .mask p {
	font-size: 13px;
	line-height: 16px;
	margin: 5px 0 8px 0;
	color: #888;
}

.online-wrap .active {
	right: 0;
}

.online-wrap .online .icon-tel .phone-num,
.online-wrap .online .icon-skype .phone-num {
	position: absolute;
	z-index: -1;
	top: 0;
	right: -300px;
	-webkit-transition: right .3s;
	transition: right .3s;
	white-space: nowrap;
}

@media (min-width: 1200px) {
	.online-wrap .online .icon-tel:hover .phone-num,
	.online-wrap .online .icon-skype:hover .phone-num {
		right: 100%;
	}
}

.online-wrap .online .icon-tel .phone-num p,
.online-wrap .online .icon-skype .phone-num p {
	padding: 0 10px;
	color: #fff;
	border-radius: 4px 0 0 4px;
	background-image: linear-gradient(to bottom, #589f97, #6bab91);
}


/*bottom_nav*/

.bottom_nav {
	position: fixed;
	z-index: 9;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 50px;
	background-image: linear-gradient(to bottom, #589f97, #6bab91);
}

@media (max-width: 991px) {
	.bottom_nav {
		display: block;
	}
}

.bottom_nav ul {
	overflow: hidden;
	text-align: center;
	color: #fff;
}

.bottom_nav ul li {
	float: left;
	width: 20%;
	border-right: 1px solid #9fb782;
    border-left: 1px solid #0e8378;
}

.bottom_nav ul li>a {
	font-size: 12px;
	display: block;
	padding: 4px 0;
}

.bottom_nav ul li>a:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	font-style: normal;
	line-height: 24px;
	display: block;
	height: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.bottom_nav ul li:first-child {
	border-left: none;
}

.bottom_nav ul li:last-child {
	border-right: none;
}

.bottom_nav ul li.email>a:before {
	content: '\e617';
}

.bottom_nav ul li.tel>a:before {
	content: '\e627';
}

.bottom_nav ul li.cont>a:before {
	font-size: 20px;
	content: '\e606';
}

.bottom_nav ul li.top>a:before {
	font-size: 26px;
	content: '\e774';
}

.bottom_nav ul li.message>a:before {
	content: '\e61e';
}


/*0*/

.ii {
	font-family: 'iconfont';
	font-size: 20px;
	display: block;
	content: '\e727';
	text-align: center;
}

.about_honor .list ul li .item .pic .img-box img,
.news .lists .item .pic .img-box img,
.product .right .prod_lists .item .img-box img,
.index_news .lists .item .pic .img-box img,
.index_cate .list .slick_indexproduct .item .img-box img {
	-webkit-transition: all 1s;
	transition: all 1s;
}

.about_honor .list ul li .item:hover .pic .img-box img,
.news .lists .item:hover .pic .img-box img,
.product .right .prod_lists .item:hover .img-box img,
.index_news .lists .item:hover .pic .img-box img,
.index_cate .list .slick_indexproduct .item:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}